HL7CWE

Print
Apex classe Details
Name HL7CWE
Label HealthCloudGA.HL7CWE
Namespace Prefix HealthCloudGA
Status Active
Api Version 60
Apex Code
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global virtual class HL7CWE extends HealthCloudGA.HL7.Entity {
    global String CWE_1 {
        get;
        set;
    }
    global String CWE_10 {
        get;
        set;
    }
    global String CWE_11 {
        get;
        set;
    }
    global String CWE_12 {
        get;
        set;
    }
    global String CWE_13 {
        get;
        set;
    }
    global String CWE_14 {
        get;
        set;
    }
    global String CWE_15 {
        get;
        set;
    }
    global HealthCloudGA.HL7DateTime CWE_16 {
        get;
        set;
    }
    global String CWE_17 {
        get;
        set;
    }
    global String CWE_18 {
        get;
        set;
    }
    global HealthCloudGA.HL7DateTime CWE_19 {
        get;
        set;
    }
    global String CWE_2 {
        get;
        set;
    }
    global String CWE_20 {
        get;
        set;
    }
    global String CWE_21 {
        get;
        set;
    }
    global HealthCloudGA.HL7DateTime CWE_22 {
        get;
        set;
    }
    global String CWE_3 {
        get;
        set;
    }
    global String CWE_4 {
        get;
        set;
    }
    global String CWE_5 {
        get;
        set;
    }
    global String CWE_6 {
        get;
        set;
    }
    global String CWE_7 {
        get;
        set;
    }
    global String CWE_8 {
        get;
        set;
    }
    global String CWE_9 {
        get;
        set;
    }
    global HL7CWE() {

    }
    global override void setDefaultFieldValue(Object value) {

    }
}